PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


Appearance Manager File Type Constants

Under Appearance Manager 1.1 and later, the following constants are used to identify the various Appearance Manager file types.

enum {
    kThemeDataFileType          = 'thme',
    kThemePlatinumFileType      = 'pltn',
    kThemeCustomThemesFileType  = 'scen',
    kThemeSoundTrackFileType    = 'tsnd'
};

Constant descriptions

kThemeDataFileType
The file type of appearances other than the platinum appearance.
kThemePlatinumFileType
The file type of the platinum appearance.
kThemeCustomThemesFileType
The file type of a file that contains user-defined themes. See SetTheme for a discussion of defining your own theme.
kThemePlatinumFileType
The file type of a theme soundtrack.

© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)